home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KINDYFCS.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  3.1 KB  |  66 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM Indycar by Papyrus - For use with ThrustMaster WCS II and FCS(PFCS).
  14. REM Refer to INDYDCS3.ADV for use of WCS II and ThrustMaster Formula T1,
  15. REM Driving Control System with Indycar.
  16.  
  17. REM 1. If you have rudder pedals - disconnect them first thing.  2. Plug
  18. REM WCS II 15-pin plug into game card primary port.  3. Plug FCS(PFCS)
  19. REM 15-pin cable into Mark II WCS 15-pin port. 4. Put BOTH WCS II mode
  20. REM switches in DIGITAL position!!! 4. Refer to Indycar manual to set your
  21. REM controls properly (FCS[PFCS] is Joystick A - X-axis for turning,
  22. REM Joystick A - Y-axis for throttle, WCS II throttle movement is programmed
  23. REM to control Turbocharger level with 6 occurring at the AB detent.)
  24. REM FCS(PFCS) Trigger is shift up, UB is shift down, MB is brakes,  LB
  25. REM is reverse.   FCS(PFCS) hat fwd press/release toggles black box
  26. REM display. Hat down press/release toggles leaderboard on/off. Hat
  27. REM left press/release cycles through leaderboard positions in descending
  28. REM order.  Hat right press/release cycles through leaderboard positions
  29. REM in ascending order. Rocker down pauses Indycar.
  30. REM 5. Have fun!!!!
  31.  
  32.  MDEF KIndyCar
  33.  
  34.  @TurboBoost&Paus
  35.  
  36. BTN TG ShiftUp
  37. BTN UB ShiftDown
  38. BTN MB ToggleBlackBox
  39. BTN LB Reverse
  40. BTN HU /N ToggleBlackBox
  41. BTN HL /N CycleLeaderBoard
  42. BTN HR /N CycleLeaderBoard
  43. BTN HD /N ToggleLeaderboar
  44. BTN 1 SoftenFrontSwayB
  45. BTN 2 SoftenRearSwayBa
  46. BTN 3 StiffenFrontSway
  47. BTN 4 /U StiffenRearSwayB
  48.       /M StiffenRearSwayB
  49.       /D CycleLeaderBoard
  50. BTN 5 /U BiasBrakesForwar
  51.       /M BiasBrakesForwar
  52.       /D CycleLeaderBoard
  53. BTN 6 BiasBrakesRearwa
  54. RKR UP /P ToggleBlackBox
  55.        /R ToggleBlackBox
  56. RKR DN /P ToggleLeaderboar
  57.        /R ToggleLeaderboar
  58.  
  59.  
  60. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  61. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  62. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  63. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  64. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  65. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  66.